home *** CD-ROM | disk | FTP | other *** search
/ Enter 2005 June / EnterCD 06_2005.iso / Multimedia / NeoDivX 9.3 / data1.cab / App_Executables / Logiciel / XviDNeodivx.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2003-05-04  |  2.7 KB  |  38 lines

  1. ;InnoSetupVersion=2.0.11
  2. [Setup]
  3. AppName=XviD codec (Neodivx Version)
  4. AppVerName=XviD codec (Neodivx Version)
  5. AppId=XviD codec (Neodivx Version)
  6. AppPublisher=Neodivx
  7. AppPublisherURL=http://www.neodivx.org
  8. AppSupportURL=http://www.neodivx.org
  9. AppUpdatesURL=http://www.neodivx.org
  10. DefaultDirName=c:\temp
  11. DefaultGroupName=XviD codec (Neodivx Version)
  12. OutputBaseFilename=setup
  13. Compression=zip
  14. PrivilegesRequired=none
  15. DisableDirPage=yes
  16. WizardImageFile=embedded\WizardImage0.bmp
  17. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  18. [Files]
  19. Source: "{sys}\xvid.ax"; DestDir: "{sys}"; Flags: restartreplace 
  20. Source: "{sys}\xvid.dll"; DestDir: "{sys}"; Flags: restartreplace 
  21. Source: "{sys}\msvcr70.dll"; DestDir: "{sys}"; Flags: restartreplace 
  22. Source: "{tmp}\regsvr32.exe"; DestDir: "{tmp}"; Flags: deleteafterinstall 
  23. [Registry]
  24. Root: HKLM; Subkey: "Software\Microsoft\windows nt\currentversion\drivers.desc"; ValueName: "xvid.dll"; ValueType: String; ValueData: "XviD codec (Neodivx Version)"; 
  25. Root: HKLM; Subkey: "Software\Microsoft\windows nt\currentversion\drivers32"; ValueName: "vidc.xvid"; ValueType: String; ValueData: "xvid.dll"; 
  26. Root: HKLM; Subkey: "SYSTEM\CurrentControlSet\Control\MediaResources\icm\vidc.xvid"; ValueName: "Description"; ValueType: String; ValueData: "XviD codec (Neodivx Version)"; 
  27. Root: HKLM; Subkey: "SYSTEM\CurrentControlSet\Control\MediaResources\icm\vidc.xvid"; ValueName: "Driver"; ValueType: String; ValueData: "xvid.dll"; 
  28. Root: HKLM; Subkey: "SYSTEM\CurrentControlSet\Control\MediaResources\icm\vidc.xvid"; ValueName: "FriendlyName"; ValueType: String; ValueData: "XviD codec (Neodivx Version)"; 
  29. Root: HKLM; Subkey: "Software\Microsoft\windows nt\currentversion\drivers.desc"; ValueName: "xvid.dll"; ValueType: String; ValueData: "XviD codec (Neodivx Version)"; Flags: uninsdeletevalue 
  30. Root: HKLM; Subkey: "Software\Microsoft\windows nt\currentversion\drivers32"; ValueName: "vidc.xvid"; ValueType: String; ValueData: "xvid.dll"; Flags: uninsdeletevalue 
  31. Root: HKLM; Subkey: "SYSTEM\CurrentControlSet\Control\MediaResources\icm\vidc.xvid"; ValueName: "Description"; ValueType: String; ValueData: "XviD codec (Neodivx Version)"; Flags: uninsdeletevalue 
  32. Root: HKLM; Subkey: "SYSTEM\CurrentControlSet\Control\MediaResources\icm\vidc.xvid"; ValueName: "Driver"; ValueType: String; ValueData: "xvid.dll"; Flags: uninsdeletevalue 
  33. Root: HKLM; Subkey: "SYSTEM\CurrentControlSet\Control\MediaResources\icm\vidc.xvid"; ValueName: "FriendlyName"; ValueType: String; ValueData: "XviD codec (Neodivx Version)"; Flags: uninsdeletevalue 
  34. [INI]
  35. FileName: "{win}\system.ini"; Section: "drivers32"; Key: "vidc.xvid"; String: "xvid.dll"; 
  36. [Run]
  37. Filename: "{tmp}\regsvr32.exe"; Parameters: "/s {sys}\xvid.ax"; Flags: skipifsilent 
  38.